Revision: wmaker--cvs--0--patch-758
Archive: voins@altlinux.ru--2004-wmaker
Creator: Dan Pascu <dan@windowmaker.org>
Date: Thu Oct 28 16:13:50 MSD 2004
Standard-date: 2004-10-28 12:13:50 GMT
Modified-files: WINGs/ChangeLog WINGs/WUtil.h WINGs/memory.c
    src/misc.c
New-patches: voins@altlinux.ru--2004-wmaker/wmaker--cvs--0--patch-758
Summary: - added a new version of wstrappend() with different be...
CSCVSID: MAIN.759
Keywords: cscvs:MAIN-759

Author: dan
Date: 2000/11/02 02:51:53
- added a new version of wstrappend() with different behavior from the
old one (the one renamed to wstrconcat). The new wstrappend(dst, src)
will modify and return dst, without creating a new string to hold the
result, except if dst==NULL, in which case its equivalent to calling
wstrdup(src)
